home *** CD-ROM | disk | FTP | other *** search
/ Horoscope Companion: Scorpio / Horoscope Companion: Scorpio.iso / pc / scorpio / hfb.dir / Internal_3.ls < prev    next >
Encoding:
Text File  |  1996-10-08  |  274 b   |  13 lines

  1. on exitFrame
  2.   global gGoodOrBadSelection
  3.   hGetFrameLabel()
  4.   if gGoodOrBadSelection = "good" then
  5.     set gGoodOrBadSelection to "bad"
  6.   else
  7.     if gGoodOrBadSelection = "bad" then
  8.       set gGoodOrBadSelection to "good"
  9.     end if
  10.   end if
  11.   hFingerPointingCursor()
  12. end
  13.